execution n. 1.實(shí)行,履行,執(zhí)行;貫徹。 2.執(zhí)行死刑;強(qiáng)制執(zhí)行;執(zhí)行命令。 3.作成,完成;簽名蓋印使法律文件生效;執(zhí)行法律。 4.扮演,演奏,(演奏)技巧,手法。 5.成功,奏效;效果;(武器的)殺傷力。 forcible execution 強(qiáng)制執(zhí)行。 The execution leaves much to be desired, though the idea is good. 設(shè)想雖好,執(zhí)行起來很難如愿。 execution by hanging 絞刑。 carry [put] into execution 實(shí)行,實(shí)施。 do execution奏效,見效;(武器有)摧毀作用 (He did great execution among the cakes. 他吃掉很多餅)。 Every shot did execution . 百發(fā)百中。 E- Dock 【英史】(泰晤士 (Thames) 河畔處決海盜等的)死刑碼頭。 make good execution 【軍事】摧毀;使敵方受重大損失。 put to execution 處死刑,執(zhí)行死刑。
instruction n. 1.教育,教導(dǎo)。 2.教訓(xùn),教誨。 3.〔 pl.〕 指令,訓(xùn)令,指示,細(xì)目。 give sb. instructions to do sth. 命令某人做什么。 an instruction book 說明書。 maintenance instructions 維護(hù)說明。 operating instructions 業(yè)務(wù)[工作]須知,操作規(guī)程。 ask for instruction 請示。 give instruction in 教授。 give instructions to 訓(xùn)令。 receive in instruction 接受指導(dǎo)。
In programming, instructions which determine conditional jumps are often refer red to as control instruction, and the time sequence of execution of instruction s is called the flow of control 在程序設(shè)計(jì)中,確定條件轉(zhuǎn)移的指令通常稱作控制指令,而指令執(zhí)行的時間序列叫控制流。
Currently, ladder diagram is one of main plc programming languages . function of ladder diagram instruction is implemented with cpu through the interpretation and execution of instructions 目前,可編程控制器一般使用梯形圖作為其編程語言,cpu完成對梯形圖指令解釋和執(zhí)行。
Some would argue that all programs are eventually reduced to a procedural execution of instructions, and so every oop program, no matter how purely implemented it is, contains procedural code in its functions a . k . a . methods and in the code that creates the first object that do the rest of the work 有人可能爭論說所有程序最終都?xì)w結(jié)為指令的過程型執(zhí)行,因此無論oop程序?qū)崿F(xiàn)得有多純,每個oop程序都在其函數(shù)(也稱為方法)和創(chuàng)建第一個對象(該對象做其余工作)的代碼中包含過程型代碼。